home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D GFX
/
3D GFX.iso
/
amiutils
/
i_l
/
irit5
/
triv_lib
/
makefile.djg
< prev
next >
Wrap
Makefile
|
1995-12-30
|
545b
|
26 lines
#
# This is the make file for the triv_lib library, DJGCC on the IBMPC.
#
# Gershon Elber, Aug 1990
#
!include "..\makeflag.djg"
OBJS = geomat4d.o mrchcube.o trinterp.o \
triv_aux.o triv_dbg.o triv_der.o triv_err.o \
triv_ftl.o triv_gen.o \
triv_ref.o triv_sub.o trivcmpt.o trivcoer.o \
triveval.o trivmesh.o trivrais.o trivstrv.o
libtriv.a: $(OBJS)
ar rc libtriv.a @&&!
$(OBJS)
!
install: libtriv.a
copy libtriv.a $(LIB_DIR_DOS)
ar s $(LIB_DIR_DOS)\libtriv.a
# Dependencies starts here - do not touch, generated automatically.